home *** CD-ROM | disk | FTP | other *** search
/ 500 MB Nyheder Direkte fra Internet 9 / 500 MB nyheder direkte fra internet CD 9.iso / start / zipped / dos / novell / c3295d_b.exe / IMAGE / ________ / SETUP.350 / NWIP.INF < prev    next >
INI File  |  1995-11-08  |  3KB  |  118 lines

  1. ; NOVELL 32-bit NWIP INF file
  2. ;
  3. ; Copyright 1995, Novell Inc.
  4. ;
  5. ; VeRsIoN=v0.2, (C) Copyright 1995, Novell Inc., All Rights Reserved.
  6.  
  7.  
  8. [version]
  9. Layoutfile=nwlayout.inf
  10. InfVersion=00.01.00
  11. signature=$Chicago$
  12. Class=NetTrans
  13. provider=%V_NOVELL%
  14.  
  15. [Manufacturer]
  16. %V_NOVELL%=NOVELL
  17.  
  18. [NOVELL]
  19. %NWIP.DeviceDesc%=  NWIP.ndi,   NWIP
  20.  
  21. ;****************************************************************************
  22. ;   Novell NetWare IP stack
  23. ;****************************************************************************
  24.  
  25. [NWIP.ndi]
  26. AddReg=NWIP.ndi.reg
  27. DeviceID=NWIP
  28. MaxInstance=1
  29. CopyFiles=NWIP.inf.files, NWIP.ext.files
  30.  
  31. [NWIP.ndi.reg]
  32. HKR,Ndi,DeviceID,,NWIP
  33. HKR,Ndi,MaxInstance,,1
  34. ;HKR,Ndi,InstallInf,,"NWIP.INF
  35. HKR,Ndi,NdiInstaller,,"NWSETUP.DLL,NovellNWIPNdiProc"
  36.  
  37. ; Interfaces
  38. HKR,Ndi\Interfaces,DefUpper,,"novellodi32" ; what nwip offers
  39. HKR,Ndi\Interfaces,UpperRange,,"novellodi32"
  40. HKR,Ndi\Interfaces,DefLower,,"tdi"   ; what nwip needs
  41. HKR,Ndi\Interfaces,LowerRange,,"tdi"
  42. ;
  43. ; Compatibility Section
  44. ;
  45. HKR,Ndi\Compatibility,RequireAll,,"mstcp,novellipx32"
  46. ;
  47. ; Install & Remove sections
  48. ;
  49. HKR,Ndi\Install,,,"NWIP.Install"
  50. HKR,Ndi\Remove,,,"NWIP.Remove"
  51. ;
  52. ; Help section
  53. ;
  54. HKR,Ndi,HelpText,,%NWIP_HELP%
  55.  
  56. [NWIP.Install]
  57. AddReg=NWIP.addreg
  58. CopyFiles=NWIP.files
  59. ; ask Doug? DelReg= install.remove.vmlid
  60.  
  61.  
  62. [NWIP.addreg]
  63. HKLM,"NETWORK\Novell\System Config\Startup Modules\NWIP"
  64. HKLM,"NETWORK\Novell\System Config\NWIP\module",,,%24%\NOVELL\CLIENT32\NWIP95.NLM
  65. HKLM,"NETWORK\Novell\System Config\NWIP\init order",,,54005000
  66.  
  67.  
  68. [NWIP.Remove]
  69. DelReg=NWIP.delreg
  70. DelFiles=NWIP.files
  71.  
  72. [NWIP.delreg]
  73. HKLM,"NETWORK\Novell\System Config\Startup Modules\NWIP"
  74.  
  75. ;****************************************************************************
  76. ; Destination Directories
  77. ;****************************************************************************
  78.  
  79. [DestinationDirs]
  80. NWIP.files             = 24,Novell\Client32   ; LDID_BOOTDRIVE\Novell\Client32
  81. NWIP.inf.files         = 17                   ; LDID_INF
  82. NWIP.ext.files         = 11                   ; LDID_SYSTEM
  83.  
  84. ;****************************************************************************
  85. ; File Sections to be copied
  86. ;****************************************************************************
  87.  
  88. [NWIP.inf.files]
  89. NWIP.INF
  90.  
  91. [NWIP.ext.files]
  92. NWSETUP.DLL
  93. NIOSLIB.DLL
  94.  
  95. [NWIP.files]
  96. NWIP95.NLM,,,5
  97.  
  98.  
  99. ;****************************************************************************
  100. ; Localizable Strings
  101. ;****************************************************************************
  102.  
  103. [strings]
  104. ; Provider & Manufacturer
  105. V_NOVELL="Novell"
  106.  
  107.  
  108. ; Devices
  109. NWIP.DeviceDesc=    "Novell NetWare/IP Protocol"
  110.  
  111. ; Context help
  112. NWIP_HELP="Novell NetWare/IP provides requester IP support for NetWare networks."
  113.  
  114.  
  115.  
  116.  
  117.  
  118.